*{
    margin: 0px;
    padding: 0px;
    
}

body{
    background: rgba(255,255,255,1);
background: -moz-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(141,240,168,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(141,240,168,1)));
background: -webkit-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(141,240,168,1) 100%);
background: -o-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(141,240,168,1) 100%);
background: -ms-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(141,240,168,1) 100%);
background: linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(141,240,168,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#8df0a8', GradientType=1 );
}
.alto{
    width: 200px;
    margin-left: 30px;
    margin-top: 20px;
    border-radius: 6px;
}
.alto1{
    margin-left: 74%;
    
}
#menu{
    margin-left: 40px;
    width: 100px;
    height: 40px;
    margin-top: 70px;    
    
}
#form{
    background-color: #9FF781;
    width: 340px;
    height: 500px;
    margin-left: 23%;
    margin-top: -70;
    border-radius: 5px;
    position: relative;
    
   
}
#form1{
    background-color: #9FF781;
    width: 340px;
    height: 500px;
    margin-left: 52%;
    margin-top: -500px;
    border-radius: 5px;
    
 
}
.btn{
    margin-top: 12px;
    width: 230px;
    height: 30px;
    margin-left: 16%;
    position: relative;
    padding-left: 32px;
    padding-top: 5px;
    margin-top: 90px;
    
}
.caja1{
    margin-top: 12px;
    width: 230px;
    height: 23px;
    margin-left: 16%;
    position: relative;
    padding-left: 32px;
    padding-top: 5px;
    margin-top: 30px;
}
#btnag{
    display: flex;
    margin-top: 30px;
    width: 80px;
    height: 40px;
    padding-left: 13px;
    margin-left: 36.5%;
    }